projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5675b1e
)
(auto-mode-alist): Treat changelo like ChangeLog.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:45:53 +0000
(11:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:45:53 +0000
(11:45 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 7629a2c1419acdba2f987fb70336df15308cea11..d484fddb47c7677bbd7a226f10f022b4695f4340 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-787,6
+787,7
@@
run `normal-mode' explicitly."
("\\.s\\'" . asm-mode)
("ChangeLog\\'" . change-log-mode)
("change.log\\'" . change-log-mode)
+ ("changelo\\'" . change-log-mode)
("ChangeLog.[0-9]+\\'" . change-log-mode)
("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
;; The following should come after the ChangeLog pattern